#section_news_home {
  display: flex;
  background-color: var(--gray-dark-5);
  flex-direction: column;
  align-items: center;
  margin: 0rem auto;
/*  width: 120rem;*/
  /* max-width: 100%; */
  height: 11.625rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 360px) {
    #section_news_home {
        height: 9.25rem;
    }
}

@media (max-width: 768px) {
    #section_news_home {
        height: 9.25rem;
    }
}
.home_noticias_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.125rem ;
    gap: 1.5rem;
    width: 120rem;
    justify-content: center;
    max-width: 100%;
}
.home_noticias_header_h5 {
  margin: 0;
  color: var(--gray-dark-1, #414141);
  text-align: center;
  font-family: var(--font-family-1-2);
  font-size: var(--title-6);
  font-style: normal;
  font-weight: var(--weight-normal);
  line-height: var(--paragraph-1-line-height);
  letter-spacing: 0.25rem;
  /*text-transform: uppercase;*/
}
.home_noticias_header_h1 {
    color: var(--brand-black);
    font-family: var(--font-family-1);
    font-size: var(--title-10);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 2.438rem;
    letter-spacing: 0.64px;
/*    text-transform: uppercase;*/
    margin: 0;
    text-align: center;
    /* text-wrap: balance; */
    max-width: 65%;
}
.home_noticias_header_div {
  color: var(--gray-dark-1);
  text-align: center;
  font-family: var(--font-family-1-2);
  font-size: var(--paragraph-1);
  font-style: normal;
  font-weight: var(--weight-normal);
  line-height: 1.414rem;
  text-wrap: balance;
}
.home_noticias_header_div p {
  margin: 0;
}
.home_noticias_section
{
   height: 100% !important;
}
.home_noticias_div {
  padding: 2rem 5.5rem;
  /* padding-inline: 5.8%; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 100% !important;
}
.home_noticias_link_div {
    padding: 1.5rem 0;
}
.home_noticias_div .home_noticias_div__container_swiper {
    overflow: hidden;
    max-width: calc(86.61% - 10px);
    padding-right: 10px;
}

#section_news_home .swiper-button-prev.home_noticias_arrow,
#section_news_home .swiper-button-next.home_noticias_arrow {
  position: initial;
  margin: 0;
  padding: 0;
  color: var(--brand);
  width: 1.25rem;
  height: 2.125rem;
  opacity: 1;
  transform: scale(1);
}
#section_news_home .swiper-button-prev.home_noticias_arrow::after, 
#section_news_home .swiper-button-next.home_noticias_arrow:after {
  font-size: 2.125rem;
  font-weight: 700;
}
#section_news_home .swiper-button-prev.home_noticias_arrow.swiper-button-disabled,
#section_news_home .swiper-button-next.home_noticias_arrow.swiper-button-disabled {
  color: var(--gray-dark-2);
}
.home_noticias_link {
  display: flex;
  height: 3rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: var(--brand);
  font-family: var(--font-family-1);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: var(--weight-bolder);
  line-height: 1.375rem;
  text-decoration-line: underline;
  padding: 0.5rem 2rem;
  /* max-width: 10rem; */
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.home_noticias_link:hover {
  background-color: var(--gray-dark-8);
  color: var(--brand);
  width: fit-content;
}
.home_noticias_link:hover svg path{
  fill: var(--brand);
}
#section_news_home .home_noticia_cards {
  /* display: flex;
  gap: 24px; */
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  height: auto;
}
.home_noticia_cards .home_article {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  height: auto;
  display: flex;
  flex-direction: column;
}

.block_slide {
  /* Drop Shadow 1 */
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);

  min-width: 264px;
  height: 100%;
}
.home_article_info {
  background-color: white;
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
}
.home_article_info_h4 {
  color: var(--brand-black, #000);
  font-family: var(--font-family-1);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: var(--weight-bolder);
  line-height: normal;
  letter-spacing: 0.4px;
  margin: 0;
}
.home_article_info_p {
  color: var(--brand-black, #000);
  font-family: var(--font-family-1-2);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: var(--weight-normal);
  line-height: 1.414rem;
  margin: 0;
  margin-top: -.5rem;
}
.home_article_info_div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  margin-top: auto;
}
.home_article_info_div_category {
  border-radius: 1.5625rem;
  background: var(--gray-dark-8, #E5E5E5);
  display: flex;
  padding: 0.25rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  color: var(--gray-dark-1, #414141);
  font-family: var(--font-family-1);
  font-size: var(--paragraph-3);
  font-style: normal;
  font-weight: var(--weight-bold);
  line-height: 1.25rem;
}
.home_article_info_div_fecha {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  color: var(--gray-dark-4, #838383);
  font-family: var(--font-family-1);
  font-size: var(--paragraph-3);
  font-style: normal;
  font-weight: var(--weight-normal);
  line-height: 1.25rem;
  margin: 0;
  text-transform: capitalize;
}
.home_article_info_a {
  color: var(--brand-black);
  font-family: var(--font-family-1);
  font-size: var(--paragraph-1);
  font-style: normal;
  font-weight: var(--weight-bolder);
  line-height: 20px;
  letter-spacing: 0.28px;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  /* gap: 4px; */
  height: 32px;
  justify-content: flex-start;
  margin-top: auto;
  width: fit-content;
}
.home_article_info_a:hover {
  background-color: var(--gray-dark-8);
  color: var(--gray-dark-1);
}

.home_article_info_a:hover svg path {
  fill: var(--gray-dark-1);
}
#section_news_home .home_noticias_arrows {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding-top: 2rem;
}
.home_article_figure {
  display: flex;
  margin: 0;
}
.home_article_img {
  width: 100%;
  aspect-ratio: 179 / 138;
  object-fit: cover;
}
/* #section_news_home .swiper-button-prev:after, 
#section_news_home .swiper-button-next:after {
  content: none; 
} */

.button:not(.swiper-button-disabled),
.button:not(.swiper-button-disabled) {
  filter: invert(17%) sepia(73%) saturate(5742%) hue-rotate(356deg) brightness(94%) contrast(83%);
}
.home_noticias_pagination {
  display: none;
}

@media (max-width: 1100px){
  .home_noticias_header {
/*    width: 55.375rem;*/
    gap: 1.5rem;
  }
  .home_noticias_div {
    padding: 0rem 3rem 2.5rem 3rem;
    padding-inline: 3.5%;
  }
}
@media (max-width: 768px) {
  .home_noticias_section div .btn_base {
    font-size: 18px !important;
  }
  #section_news_home {
      margin: 0rem auto 2rem;
  }
  .home_noticia_cards .home_article {
      max-width: 17.375rem;
  }
  .home_noticias_header {
    gap: 1rem;
    padding: 2.813rem 1.5rem;
/*    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    width: 36.375rem;
    max-width: 76%;*/
  }
  .home_noticias_header_h5 {
    font-size: var(--paragraph-3);
    line-height: 1.125rem;
    letter-spacing: 0.15rem;
  }
  .home_noticias_header_h1 {
    /* font-size: 1.625rem; */
    line-height: 1.9rem;
    letter-spacing: 0.44px;
    max-width: 100%;
  }
  .home_noticias_header_div {
    font-size: var(--paragraph-2);
    line-height: 1.25rem;
  }
  .home_noticias_div {
    padding: 0rem 0 2.5rem 1.5rem;
    flex-direction: column;
    gap: 3.12rem;
  }
  .home_noticias_div .home_noticias_div__container_swiper {
    margin: 0;
    max-width: 100%;
  }
  .home_article_info {
    padding: 1.5rem 1.25rem;
    gap: 1rem;
  }
  .home_article_info_h4 {
      font-size: var(--title-6);
      line-height: 1.375rem;
  }
  .home_article_info_p {
      font-size: 1rem;
      line-height: 1.375rem;
  }
  .home_article_info_a {
    font-size: var(--paragraph-2);
    line-height: 1.25rem;
  }
  
  .home_noticias_link {
    font-size: var(--title-6);
  }

  #section_news_home .swiper-button-prev.home_noticias_arrow, 
  #section_news_home .swiper-button-next.home_noticias_arrow {
    display: none;
  }
  .home_noticias_div .home_noticias_pagination {
    display: block;
    position: initial;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home_noticias_div .home_noticias_pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid var(--gray-dark-3);
    opacity: 1;
    margin-block: 2px;
  }
  .home_noticias_div .home_noticias_pagination .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    margin-block: 0;
    background: var(--gray-dark-3);
    border-color: var(--gray-dark-3);
  }
}
/*@media (max-width: 360px) {
    #section_news_home {
        padding: 0;
        margin: 3.125rem auto;
    }
}*/
@media (max-width: 500px){
  header.home_noticias_header {
/*    width: 22.5rem;
    max-width: 91%;*/
    padding: 1.875rem 1rem;
  }
  .home_noticias_div {
    padding: 0rem 0 2.5rem 1rem;
  }
  .home_article_info {
    padding: 1.5rem 0.75rem;
  }
}

.home_noticias_div .home_noticias_arrow::after {
  font-size: 2.125rem !important;
}
.home_noticias_section div .btn_base{
  font-size: 22px;
}